App Service (1 / 97): Which of the following can be used for Continuous Integration and Deployment (CI/CD) with Azure App Service? Select all that apply.
Answer:
Out-of-the-box CI/CD is available through Azure Portal with Git (Azure DevOps, third party, local), FTP, Container Registry (ACR, third-party).
- Azure File Sync: Used for synchronizing files between servers and Azure, not for code deployment.
- Azure Pipelines Artifacts: Primarily used for storing artifacts produced by CI/CD pipelines, not directly for deployment.
- Azure Blob Storage: Typically used for general storage purposes, not specifically for CI/CD targeting web apps.